/* Self-hosted All Round Gothic (Thick) */
@font-face{
  font-family: "All Round Gothic";
  src:
    url("fontf.woff2") format("woff2"),
    url("fonts.otf") format("opentype");
  font-weight: 700;           /* adjust if this is more like 600 */
  font-style: normal;
  font-display: swap;         /* prevents invisible text */
  /* Optional: limit to Latin to reduce page weight
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
  */
}

/* Use it */
:root{
  --brand-font: "All Round Gothic", "Nunito", "M PLUS Rounded 1c", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
body{ font-family: var(--brand-font); }
h1,h2,h3{ font-family: "All Round Gothic", var(--brand-font); }
